JavaScript Object Notation
- 网络数据交换格式;对象表示法;对象标记
-
Another way to transfer the data is through JSON ( JavaScript Object Notation ) .
传输数据的另一种方式是通过JSON(JavaScript对象符号)。
-
One additional building block is conversion from Apache log format to JavaScript Object Notation ( JSON ) .
还有一个构建块是从Apache日志格式到JavascriptObjectNotation(JSON)的转换。
-
JavaScript Object Notation ( JSON ) is a text-based open standard designed for human-readable data interchange .
JavascriptObjectNotation(JSON)是一个基于文本的开放标准,为了进行人类可读的数据交换而设计。
-
JavaScript Object Notation ( JSON ) is a data interchange format used to represent data in the business logic running on browsers .
JavaScriptObjectNotation(JSON)是一种用于表示在浏览器上运行的业务逻辑数据的数据交换格式。
-
For this type of interaction , you can use one of the many structured data standards , such as JavaScript Object Notation ( JSON ) or XML .
对于这种类型的交互,可以使用很多结构化数据标准中的一种,比如JavaScriptObjectNotation(JSON)或XML。
-
Cloud-based applications typically involve several components that interact through an API that exchanges data in either XML or JavaScript Object Notation ( JSON ) format .
基于云的应用程序通常涉及几个组件,它们通过API进行交互,以XML或JavascriptObjectNotation(JSON)格式交换数据。
-
The first step toward creating an image carousel from your multipage Product Details section is to build a new JavaScript Object Notation ( JSON ) document .
要想用多页面的ProductDetails内容创建一个图像carousel,第一步是构建一个新的JavaScriptObjectNotation(JSON)文档。
-
You can use JavaScript Object Notation ( JSON ) to group and cache metadata and use the JavaScript function to access that metadata to validate the user input .
您可以使用JavaScriptObjectNotation(JSON)来分组和缓存元数据,并使用JavaScript函数来访问元数据以验证用户输入。
-
JSON ( JavaScript Object Notation ) is a lightweight data-interchange format , and it can be easily parsed by browser which supports JavaScript .
JSON(JavascriptObjectNotation)是一种轻量级的数据交换格式,易于被支持JavaScript的浏览器所解析。
-
You can use JavaScript Object Notation ( JSON ) to serialize and deserialize objects so that they can be sent between the browser client and the server via Ajax .
您可以使用JavascriptObjectNotation(JSON)实现对象的序列化和反序列化,使得能够在浏览器客户端和服务器之间,通过Ajax来发送它们。
-
This article presents a solution architecture that addresses problems that can occur when interactions between a cloud service and its consumers require verification and conversion of a JavaScript Object Notation ( JSON ) payload .
本文提出了一种解决方案,该解决方案处理云服务与其用户需要进行JavascriptObjectNotation(JSON)有效负载验证和转换时出现的问题。
-
On the other side , BPM2.0 can integrate relatively lightweight REST services , widgets , and so on , which are built using Web2.0 protocols like JavaScript Object Notation ( JSON ) and Atom .
另一方面,BPM2.0可以集成相对轻量级的REST服务、小部件等,这些是使用Web2.0协议(例如JavaScriptObjectNotation(JSON)和Atom)构建的。
-
This will probably need to be in a certain data format , such as JavaScript Object Notation ( JSON ) or XML , and you must provide it in such a way that the client side is expecting to receive it .
这可能需要在某个数据格式中完成,比如JavaScriptObjectNotation(JSON)或者XML,而且您必须以客户端期望收到的方式来提供它。
-
In normal Ajax development , this would entail calling a server-side resource directly from JavaScript and receiving data back encoded as JavaScript Object Notation ( JSON ) or XML .
在正常的Ajax开发中,需要直接从JavaScript调用服务器端资源,并接收编码成JavaScriptObjectNotation(JSON)或XML的数据。